Interface Performative
- All Known Implementing Classes:
Attach,Begin,Close,Detach,Disposition,End,Flow,Open,Transfer
public interface Performative
Marker interface for AMQP Performatives
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic enum -
Method Summary
Modifier and TypeMethodDescriptioncopy()<E> voidinvoke(Performative.PerformativeHandler<E> handler, ProtonBuffer payload, int channel, E context)
-
Method Details
-
getPerformativeType
Performative.PerformativeType getPerformativeType() -
copy
Performative copy() -
invoke
<E> void invoke(Performative.PerformativeHandler<E> handler, ProtonBuffer payload, int channel, E context)
-