INNER CODE UNIT · Java

BusConstants

spring-cloud/spring-cloud-bus · spring-cloud-bus/src/main/java/org/springframework/cloud/bus/BusConstants.java:23

public abstract class BusConstants {

	/**
	 * Name of the input channel for Spring Cloud Bus.
	 */
	public static final String INPUT = "springCloudBusInput";

	/**
	 * Name of the output channel for Spring Cloud Bus.
	 */
	public static final String OUTPUT = "springCloudBusOutput";

	/**
	 * Name of the binding destination for Spring Cloud Bus.
	 */
	public static final String DESTINATION = "springCloudBus";

	/**

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…