Uses of Interface
de.codecentric.reedelk.runtime.api.component.Implementor
-
Packages that use Implementor Package Description de.codecentric.reedelk.runtime.api.commons de.codecentric.reedelk.runtime.api.component de.codecentric.reedelk.runtime.api.exception -
-
Uses of Implementor in de.codecentric.reedelk.runtime.api.commons
Method parameters in de.codecentric.reedelk.runtime.api.commons with type arguments of type Implementor Modifier and Type Method Description static StringComponentPrecondition.Configuration. requireNotBlank(Class<? extends Implementor> implementor, String value, String errorMessage)static <T> TComponentPrecondition.Configuration. requireNotNull(Class<? extends Implementor> implementor, T object, String errorMessage)static <T extends DynamicValue<?>>
TComponentPrecondition.Configuration. requireNotNull(Class<? extends Implementor> implementor, T dynamicValue, String errorMessage)static <T extends DynamicValue<?>>
TComponentPrecondition.Configuration. requireNotNullOrBlank(Class<? extends Implementor> implementor, T dynamicValue, String errorMessage)Checks if the given dynamic value is null, or if it is a script if it has an empty script or if it is not a script it has a null value.static voidComponentPrecondition.Configuration. requireTrue(Class<? extends Implementor> implementor, boolean expression, String errorMessage)static <T> TComponentPrecondition.Input. requireTypeMatches(Class<? extends Implementor> implementor, Object input, Class<T> expected)Checks if the input object has the expected type.static voidComponentPrecondition.Input. requireTypeMatchesAny(Class<? extends Implementor> implementor, Object input, Class<?>... expected)Checks if the input object is one of the types given in the list.static voidComponentPrecondition.Input. requireTypeMatchesAnyOrNull(Class<? extends Implementor> implementor, Object input, Class<?>... expected)Checks if the input object is one of the types given in the list.static <T> TComponentPrecondition.Input. requireTypeMatchesOrNull(Class<? extends Implementor> implementor, Object input, Class<T> expected)Checks if the input object has the expected type. -
Uses of Implementor in de.codecentric.reedelk.runtime.api.component
Subinterfaces of Implementor in de.codecentric.reedelk.runtime.api.component Modifier and Type Interface Description interfaceComponentinterfaceInboundinterfaceJoinInterface used to provide a custom (merge) Component able to join multiple input messages.interfaceProcessorAsyncinterfaceProcessorSyncClasses in de.codecentric.reedelk.runtime.api.component that implement Implementor Modifier and Type Class Description classAbstractInbound -
Uses of Implementor in de.codecentric.reedelk.runtime.api.exception
Constructor parameters in de.codecentric.reedelk.runtime.api.exception with type arguments of type Implementor Constructor Description ComponentConfigurationException(Class<? extends Implementor> implementor, String errorMessage)ComponentConfigurationException(Class<? extends Implementor> implementor, String errorMessage, Exception exception)ComponentInputException(Class<? extends Implementor> implementor, Object actualInputType, Class<?>... expectedInputTypes)
-