Interface CamelScheme
-
- All Known Implementing Classes:
ImmutableCamelScheme
@Immutable public interface CamelScheme
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCamelScheme.Builder
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetId()default booleanhttp()default booleanpassive()
-
-
-
Method Detail
-
getId
String getId()
-
http
@Auxiliary @Default default boolean http()
-
passive
@Auxiliary @Default default boolean passive()
-
-