Class DevReactiveMessagingInfos.DevChannelInfo
java.lang.Object
io.quarkus.smallrye.reactivemessaging.runtime.dev.ui.DevReactiveMessagingInfos.DevChannelInfo
- All Implemented Interfaces:
Comparable<DevReactiveMessagingInfos.DevChannelInfo>
- Enclosing class:
DevReactiveMessagingInfos
public static class DevReactiveMessagingInfos.DevChannelInfo
extends Object
implements Comparable<DevReactiveMessagingInfos.DevChannelInfo>
-
Constructor Summary
ConstructorsConstructorDescriptionDevChannelInfo(String name, List<DevReactiveMessagingInfos.Component> publishers, List<DevReactiveMessagingInfos.Component> consumers) -
Method Summary
-
Constructor Details
-
DevChannelInfo
public DevChannelInfo(String name, List<DevReactiveMessagingInfos.Component> publishers, List<DevReactiveMessagingInfos.Component> consumers)
-
-
Method Details
-
getName
-
getPublishers
-
getConsumers
-
compareTo
- Specified by:
compareToin interfaceComparable<DevReactiveMessagingInfos.DevChannelInfo>
-