Class CreateSubscriptionRequest
java.lang.Object
dev.restate.admin.model.CreateSubscriptionRequest
Deprecated.
CreateSubscriptionRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Return true if this CreateSubscriptionRequest object is equal to o.Deprecated.Additional options to apply to the subscription.getSink()Deprecated.Sink uri.Deprecated.Source uri.inthashCode()Deprecated.Deprecated.putOptionsItem(String key, String optionsItem) Deprecated.voidsetOptions(Map<String, String> options) Deprecated.voidDeprecated.voidDeprecated.Deprecated.Deprecated.toString()Deprecated.Deprecated.Convert the instance into URL query string.toUrlQueryString(String prefix) Deprecated.Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_SOURCE
-
JSON_PROPERTY_SINK
-
JSON_PROPERTY_OPTIONS
-
-
Constructor Details
-
CreateSubscriptionRequest
public CreateSubscriptionRequest()Deprecated.
-
-
Method Details
-
source
Deprecated. -
getSource
Deprecated.Source uri. Accepted forms: * `kafka://<cluster_name>/<topic_name>`, e.g. `kafka://my-cluster/my-topic`- Returns:
- source
-
setSource
Deprecated. -
sink
Deprecated. -
getSink
Deprecated.Sink uri. Accepted forms: * `service://<service_name>/<service_name>`, e.g. `service://Counter/count`- Returns:
- sink
-
setSink
Deprecated. -
options
Deprecated. -
putOptionsItem
Deprecated. -
getOptions
-
setOptions
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-