sdk-java
Toggle table of contents
2.9.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
sdk-java
sdk-common
/
dev.restate.sdk.endpoint
/
Endpoint
/
bind
bind
open
fun
bind
(
object
:
Any
)
:
Endpoint.Builder
open
fun
bind
(
service
:
Any
,
options
:
HandlerRunner.Options
)
:
Endpoint.Builder
open
fun
bind
(
object
:
Any
,
configurator
:
Consumer
<
ServiceDefinition.Configurator
>
)
:
Endpoint.Builder
open
fun
bind
(
service
:
Any
,
options
:
HandlerRunner.Options
,
configurator
:
Consumer
<
ServiceDefinition.Configurator
>
)
:
Endpoint.Builder
open
fun
bind
(
serviceDefinition
:
ServiceDefinition
)
:
Endpoint.Builder
See also
Endpoint.
Builder