| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static ApnsEndpointBuilderFactory.ApnsEndpointBuilder |
StaticEndpointBuilders.apns(String path)
Deprecated.
|
static ApnsEndpointBuilderFactory.ApnsEndpointBuilder |
StaticEndpointBuilders.apns(String componentName,
String path)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
default ApnsEndpointBuilderFactory.ApnsEndpointBuilder |
ApnsEndpointBuilderFactory.ApnsBuilders.apns(String path)
Deprecated.
|
default ApnsEndpointBuilderFactory.ApnsEndpointBuilder |
ApnsEndpointBuilderFactory.ApnsBuilders.apns(String componentName,
String path)
Deprecated.
|
default ApnsEndpointBuilderFactory.ApnsEndpointBuilder |
ApnsEndpointBuilderFactory.AdvancedApnsEndpointBuilder.basic() |
static ApnsEndpointBuilderFactory.ApnsEndpointBuilder |
ApnsEndpointBuilderFactory.endpointBuilder(String componentName,
String path)
Deprecated.
|
default ApnsEndpointBuilderFactory.ApnsEndpointBuilder |
ApnsEndpointBuilderFactory.ApnsEndpointBuilder.tokens(String tokens)
Configure this property in case you want to statically declare tokens
related to devices you want to notify.
|
Apache Camel