Package org.springframework.cloud.bus
Class BusConstants
java.lang.Object
org.springframework.cloud.bus.BusConstants
- Author:
- Dave Syer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName of the Spring Cloud Bus function.static final StringName of the binding destination for Spring Cloud Bus.static final StringName of the input channel for Spring Cloud Bus.static final StringName of the output channel for Spring Cloud Bus. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INPUT
Name of the input channel for Spring Cloud Bus.- See Also:
-
OUTPUT
Name of the output channel for Spring Cloud Bus.- See Also:
-
DESTINATION
Name of the binding destination for Spring Cloud Bus.- See Also:
-
BUS_CONSUMER
Name of the Spring Cloud Bus function.- See Also:
-
-
Constructor Details
-
BusConstants
public BusConstants()
-