Interface SessionProvider
-
- All Known Implementing Classes:
MessagingFactory
public interface SessionProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.qpid.proton.engine.Session
getSession(String path, Consumer<org.apache.qpid.proton.engine.Session> onSessionOpen, BiConsumer<org.apache.qpid.proton.amqp.transport.ErrorCondition,Exception> onSessionOpenError)
-
-
-
Method Detail
-
getSession
org.apache.qpid.proton.engine.Session getSession(String path, Consumer<org.apache.qpid.proton.engine.Session> onSessionOpen, BiConsumer<org.apache.qpid.proton.amqp.transport.ErrorCondition,Exception> onSessionOpenError)
-
-