Uses of Interface
org.apache.qpid.protonj2.engine.Endpoint
-
Uses of Endpoint in org.apache.qpid.protonj2.engine
Modifier and TypeInterfaceDescriptioninterface
Represents a conceptual endpoint type used to provide common operations that all the endpoint types will share.interface
Transaction<E extends Endpoint<?>>
A Transaction object that hold information and context for a singleTransaction
.Modifier and TypeInterfaceDescriptioninterface
AMQP Connection state containerinterface
interface
AMQP Receiver APIinterface
AMQP Sender APIinterface
AMQP Session interfaceinterface
Transaction Controller link that implements the mechanics of declaring and discharging AMQP transactions.interface
Transaction Manager endpoint that implements the mechanics of handling the declaration of and the requested discharge of AMQP transactions.Modifier and TypeMethodDescriptionEndpoint<?>
Endpoint.getParent()
Gets the parent of thisEndpoint
which can be itself forConnection
instance. -
Uses of Endpoint in org.apache.qpid.protonj2.engine.impl
Modifier and TypeClassDescriptionclass
ProtonEndpoint<E extends Endpoint<E>>
Proton abstractEndpoint
implementation that provides some common facilities.class
ProtonTransaction<E extends Endpoint<?>>
BaseTransaction
implementation that provides the basic functionality needed to manage theTransaction
that it represents.Modifier and TypeClassDescriptionclass
Implements the proton Connection APIclass
ProtonEndpoint<E extends Endpoint<E>>
Proton abstractEndpoint
implementation that provides some common facilities.class
ProtonLink<L extends Link<L>>
Common base for Proton Senders and Receivers.class
Proton Receiver link implementation.class
Proton Sender link implementation.class
Proton API for Session type.class
TransactionController
implementation that implements the abstraction around a sender link that initiates requests toDeclare
and toDischarge
AMQPTransaction
instance.final class
TransactionManager
implementation that implements the abstraction around a receiver link that responds to requests toDeclare
and toDischarge
AMQPTransaction
instance.