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