Interface ConnectionComponent.ConnectionComponentBuilder<CON,B extends ConnectionComponent.ConnectionComponentBuilder<CON,B>>

Type Parameters:
CON - The type of the connection to be used.
B - The instance to be returned on which to apply succeeding builder operations.
All Superinterfaces:
Closable, Closable.CloseBuilder<ConnectionComponent.ConnectionComponentBuilder<CON,B>>, ConnectionComponent<CON>, ConnectionOpenable<CON>, ConnectionOpenable.ConnectionOpenBuilder<CON,ConnectionComponent.ConnectionComponentBuilder<CON,B>>
Enclosing interface:
ConnectionComponent<CON>

public static interface ConnectionComponent.ConnectionComponentBuilder<CON,B extends ConnectionComponent.ConnectionComponentBuilder<CON,B>> extends ConnectionComponent<CON>, ConnectionOpenable.ConnectionOpenBuilder<CON,ConnectionComponent.ConnectionComponentBuilder<CON,B>>, Closable.CloseBuilder<ConnectionComponent.ConnectionComponentBuilder<CON,B>>
Similar to the ConnectionComponent with additional according builder methods.