public static interface AggregateSubscription.Entry
| Modifier and Type | Method and Description |
|---|---|
String |
endpoint()
The endpoint for the subscription
|
Optional<Long> |
expires()
Determines when the provided subscription becomes invalid.
|
Optional<byte[]> |
pubkey()
The public key used for encrypting on this subscription.
|
String endpoint()
String the endpoint for the subscriptionOptional<Long> expires()
When this time expires this subscription must be removed from the aggregate.
long the expires data, or 0 if subscription never expires.Optional<byte[]> pubkey()
byte[] the public key.Copyright © 2015 JBoss by Red Hat. All Rights Reserved.