Uses of Interface
com.azure.core.amqp.AmqpSession
-
Packages that use AmqpSession Package Description com.azure.core.amqp Package containing classes common to AMQP protocol. -
-
Uses of AmqpSession in com.azure.core.amqp
Methods in com.azure.core.amqp that return types with arguments of type AmqpSession Modifier and Type Method Description Mono<AmqpSession>AmqpConnection. createSession(String sessionName)Creates a new session with the given session name.
-