Class DevReactiveMessagingInfos.Component
- java.lang.Object
-
- io.quarkus.smallrye.reactivemessaging.runtime.devconsole.DevReactiveMessagingInfos.Component
-
- Enclosing class:
- DevReactiveMessagingInfos
public static class DevReactiveMessagingInfos.Component extends Object
-
-
Field Summary
Fields Modifier and Type Field Description StringdescriptionDevReactiveMessagingInfos.ComponentTypetype
-
Constructor Summary
Constructors Constructor Description Component(DevReactiveMessagingInfos.ComponentType type, String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) booleanisConnector()
-
-
-
Field Detail
-
type
public final DevReactiveMessagingInfos.ComponentType type
-
description
public final String description
-
-
Constructor Detail
-
Component
public Component(DevReactiveMessagingInfos.ComponentType type, String description)
-
-