public static class DevReactiveMessagingInfos.DevChannelInfo extends Object implements Comparable<DevReactiveMessagingInfos.DevChannelInfo>
| Constructor and Description |
|---|
DevChannelInfo(String name,
DevReactiveMessagingInfos.Component publisher,
List<DevReactiveMessagingInfos.Component> consumers) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(DevReactiveMessagingInfos.DevChannelInfo other) |
List<DevReactiveMessagingInfos.Component> |
getConsumers() |
String |
getName() |
DevReactiveMessagingInfos.Component |
getPublisher() |
public DevChannelInfo(String name, DevReactiveMessagingInfos.Component publisher, List<DevReactiveMessagingInfos.Component> consumers)
public String getName()
public DevReactiveMessagingInfos.Component getPublisher()
public List<DevReactiveMessagingInfos.Component> getConsumers()
public int compareTo(DevReactiveMessagingInfos.DevChannelInfo other)
compareTo in interface Comparable<DevReactiveMessagingInfos.DevChannelInfo>Copyright © 2021 JBoss by Red Hat. All rights reserved.