Class End
- java.lang.Object
-
- org.apache.qpid.protonj2.types.transport.End
-
- All Implemented Interfaces:
Performative
public final class End extends Object implements Performative
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.qpid.protonj2.types.transport.Performative
Performative.PerformativeHandler<E>, Performative.PerformativeType
-
-
Field Summary
Fields Modifier and Type Field Description static UnsignedLongDESCRIPTOR_CODEstatic SymbolDESCRIPTOR_SYMBOL
-
Constructor Summary
Constructors Constructor Description End()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Endcopy()ErrorConditiongetError()Performative.PerformativeTypegetPerformativeType()<E> voidinvoke(Performative.PerformativeHandler<E> handler, ProtonBuffer payload, int channel, E context)EndsetError(ErrorCondition error)StringtoString()
-
-
-
Field Detail
-
DESCRIPTOR_CODE
public static final UnsignedLong DESCRIPTOR_CODE
-
DESCRIPTOR_SYMBOL
public static final Symbol DESCRIPTOR_SYMBOL
-
-
Method Detail
-
getError
public ErrorCondition getError()
-
setError
public End setError(ErrorCondition error)
-
copy
public End copy()
- Specified by:
copyin interfacePerformative
-
getPerformativeType
public Performative.PerformativeType getPerformativeType()
- Specified by:
getPerformativeTypein interfacePerformative
-
invoke
public <E> void invoke(Performative.PerformativeHandler<E> handler, ProtonBuffer payload, int channel, E context)
- Specified by:
invokein interfacePerformative
-
-