Class DefaultMediatorConfiguration.ReturnTypeGenericTypeAssignable
java.lang.Object
io.smallrye.reactive.messaging.providers.DefaultMediatorConfiguration.ReturnTypeGenericTypeAssignable
- All Implemented Interfaces:
MediatorConfigurationSupport.GenericTypeAssignable
- Enclosing class:
- DefaultMediatorConfiguration
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.smallrye.reactive.messaging.providers.MediatorConfigurationSupport.GenericTypeAssignable
MediatorConfigurationSupport.GenericTypeAssignable.Result -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ReturnTypeGenericTypeAssignable
-
-
Method Details
-
check
- Specified by:
checkin interfaceMediatorConfigurationSupport.GenericTypeAssignable
-
getType
Description copied from interface:MediatorConfigurationSupport.GenericTypeAssignableGets the underlying type. For example, on aMessage<X>, it returnsX.- Specified by:
getTypein interfaceMediatorConfigurationSupport.GenericTypeAssignable- Parameters:
index- the index of the type- Returns:
- the type,
nullif not set or wildcard
-
getType
Description copied from interface:MediatorConfigurationSupport.GenericTypeAssignableGets the underlying sub-type. For example, on aPublisher<Message<X>>, it returnsX.- Specified by:
getTypein interfaceMediatorConfigurationSupport.GenericTypeAssignable- Parameters:
index- the index of the typesubIndex- the second index- Returns:
- the type,
nullif not set or wildcard
-