Uses of Interface
org.apache.qpid.protonj2.types.messaging.Outcome
-
Packages that use Outcome Package Description org.apache.qpid.protonj2.types.messaging org.apache.qpid.protonj2.types.transactions -
-
Uses of Outcome in org.apache.qpid.protonj2.types.messaging
Classes in org.apache.qpid.protonj2.types.messaging that implement Outcome Modifier and Type Class Description classAcceptedclassModifiedclassRejectedclassReleasedMethods in org.apache.qpid.protonj2.types.messaging that return Outcome Modifier and Type Method Description OutcomeSource. getDefaultOutcome()Methods in org.apache.qpid.protonj2.types.messaging with parameters of type Outcome Modifier and Type Method Description SourceSource. setDefaultOutcome(Outcome defaultOutcome) -
Uses of Outcome in org.apache.qpid.protonj2.types.transactions
Classes in org.apache.qpid.protonj2.types.transactions that implement Outcome Modifier and Type Class Description classDeclaredMethods in org.apache.qpid.protonj2.types.transactions that return Outcome Modifier and Type Method Description OutcomeTransactionalState. getOutcome()Methods in org.apache.qpid.protonj2.types.transactions with parameters of type Outcome Modifier and Type Method Description TransactionalStateTransactionalState. setOutcome(Outcome outcome)
-