Package com.hazelcast.jet.pulsar
Class PulsarDataConnection.Properties
java.lang.Object
com.hazelcast.jet.pulsar.PulsarDataConnection.Properties
- Enclosing class:
- PulsarDataConnection
Properties that are possible to use with
PulsarDataConnection.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BROKER_URL
Pulsar Broker URL. Always mandatory.- See Also:
-
HTTP_SERVICE_URL
Pulsar HTTP endpoint URL for administrative tasks, like listing resources.- See Also:
-
NAMESPACE
Either localName ("namespace") or full name ("tenant/namespace"). Optional property. If set, it will filter only resources assigned to this namespace.- See Also:
-
TENANT
Tenant name, optional. If set, it will filter only resources assigned to this tenant.- See Also:
-
-
Constructor Details
-
Properties
public Properties()
-