Uses of Interface
org.apache.qpid.protonj2.engine.Endpoint
-
Packages that use Endpoint Package Description org.apache.qpid.protonj2.engine org.apache.qpid.protonj2.engine.impl -
-
Uses of Endpoint in org.apache.qpid.protonj2.engine
Classes in org.apache.qpid.protonj2.engine with type parameters of type Endpoint Modifier and Type Interface Description interface
Endpoint<E extends Endpoint<E>>
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
.Subinterfaces of Endpoint in org.apache.qpid.protonj2.engine Modifier and Type Interface Description interface
Connection
AMQP Connection state containerinterface
Link<L extends Link<L>>
interface
Receiver
AMQP Receiver APIinterface
Sender
AMQP Sender APIinterface
Session
AMQP Session interfaceinterface
TransactionController
Transaction Controller link that implements the mechanics of declaring and discharging AMQP transactions.interface
TransactionManager
Transaction Manager endpoint that implements the mechanics of handling the declaration of and the requested discharge of AMQP transactions.Methods in org.apache.qpid.protonj2.engine that return Endpoint Modifier and Type Method Description Endpoint<?>
Endpoint. getParent()
Gets the parent of thisEndpoint
which can be itself forConnection
instance. -
Uses of Endpoint in org.apache.qpid.protonj2.engine.impl
Classes in org.apache.qpid.protonj2.engine.impl with type parameters of type Endpoint Modifier and Type Class Description class
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.Classes in org.apache.qpid.protonj2.engine.impl that implement Endpoint Modifier and Type Class Description class
ProtonConnection
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
ProtonReceiver
Proton Receiver link implementation.class
ProtonSender
Proton Sender link implementation.class
ProtonSession
Proton API for Session type.class
ProtonTransactionController
TransactionController
implementation that implements the abstraction around a sender link that initiates requests toDeclare
and toDischarge
AMQPTransaction
instance.class
ProtonTransactionManager
TransactionManager
implementation that implements the abstraction around a receiver link that responds to requests toDeclare
and toDischarge
AMQPTransaction
instance.
-