Uses of Class
org.apache.synapse.SequenceType
-
-
Uses of SequenceType in org.apache.synapse
Methods in org.apache.synapse that return SequenceType Modifier and Type Method Description static SequenceType
SequenceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SequenceType[]
SequenceType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SequenceType in org.apache.synapse.aspects.flow.statistics.tracing.opentelemetry.management.handling.event
Methods in org.apache.synapse.aspects.flow.statistics.tracing.opentelemetry.management.handling.event with parameters of type SequenceType Modifier and Type Method Description void
ContinuationStateStackEventHandler. handleStateStackInsertion(MessageContext synCtx, String seqName, SequenceType seqType)
Handles insertion to the continuation state stack. -
Uses of SequenceType in org.apache.synapse.aspects.flow.statistics.tracing.opentelemetry.management.handling.span
Methods in org.apache.synapse.aspects.flow.statistics.tracing.opentelemetry.management.handling.span with parameters of type SequenceType Modifier and Type Method Description void
SpanHandler. handleStateStackInsertion(MessageContext synCtx, String seqName, SequenceType seqType)
-
Uses of SequenceType in org.apache.synapse.continuation
Methods in org.apache.synapse.continuation that return SequenceType Modifier and Type Method Description SequenceType
SeqContinuationState. getSeqType()
Get the sequence typeMethods in org.apache.synapse.continuation with parameters of type SequenceType Modifier and Type Method Description static void
ContinuationStackManager. addSeqContinuationState(MessageContext synCtx, String seqName, SequenceType seqType)
Add new SeqContinuationState to the stack.static void
ContinuationStackManager. removeSeqContinuationState(MessageContext synCtx, SequenceType seqType)
Remove top SeqContinuationState from the stack.Constructors in org.apache.synapse.continuation with parameters of type SequenceType Constructor Description SeqContinuationState(SequenceType seqType, String seqName)
-
Uses of SequenceType in org.apache.synapse.mediators.base
Methods in org.apache.synapse.mediators.base with parameters of type SequenceType Modifier and Type Method Description void
SequenceMediator. setSequenceType(SequenceType sequenceType)
-