Uses of Interface
org.apache.qpid.protonj2.types.messaging.Terminus
-
-
Uses of Terminus in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.engine with type parameters of type Terminus Modifier and Type Method Description <T extends Terminus>
TLink. getRemoteTarget()Returns the remote targetTerminuscast to the given type.<T extends Terminus>
TLink. getTarget()Returns the currently set Target for thisLink. -
Uses of Terminus in org.apache.qpid.protonj2.engine.impl
Methods in org.apache.qpid.protonj2.engine.impl with type parameters of type Terminus Modifier and Type Method Description <T extends Terminus>
TProtonLink. getRemoteTarget()<T extends Terminus>
TProtonLink. getTarget() -
Uses of Terminus in org.apache.qpid.protonj2.types.messaging
Classes in org.apache.qpid.protonj2.types.messaging that implement Terminus Modifier and Type Class Description classSourceclassTargetMethods in org.apache.qpid.protonj2.types.messaging that return Terminus Modifier and Type Method Description TerminusTerminus. copy() -
Uses of Terminus in org.apache.qpid.protonj2.types.transactions
Classes in org.apache.qpid.protonj2.types.transactions that implement Terminus Modifier and Type Class Description classCoordinator -
Uses of Terminus in org.apache.qpid.protonj2.types.transport
Methods in org.apache.qpid.protonj2.types.transport with type parameters of type Terminus Modifier and Type Method Description <T extends Terminus>
TAttach. getTarget()Methods in org.apache.qpid.protonj2.types.transport with parameters of type Terminus Modifier and Type Method Description AttachAttach. setTarget(Terminus target)
-