@FunctionalInterface public interface ConnectorServiceConsumer<T extends ConnectorService<T>>
Modifier and Type | Method and Description |
---|---|
void |
accept(T value)
Configure a pre-constructed instance of ConnectorService resource
|
default ConnectorServiceConsumer<T> |
andThen(ConnectorServiceConsumer<T> after) |
void accept(T value)
default ConnectorServiceConsumer<T> andThen(ConnectorServiceConsumer<T> after)
Copyright © 2019 JBoss by Red Hat. All rights reserved.