ServiceRuntime Class
- java.
lang. Object - microsoft.
servicefabric. services. runtime. ServiceRuntime
- microsoft.
public class ServiceRuntime
Class that provides methods to resister reliable services with Service Fabric runtime.
Method Summary
Modifier and Type | Method and Description |
---|---|
CompletableFuture<?> |
registerStatefulServiceAsync(String serviceTypeName, Function<StatefulServiceContext, StatefulServiceBase> serviceFactory, Duration timeout)
Registers a reliable stateful service with Service Fabric runtime. |
CompletableFuture<?> |
registerStatelessServiceAsync(String serviceTypeName, Function<StatelessServiceContext, StatelessServiceBase> serviceFactory, Duration timeout)
Registers a reliable stateless service with Service Fabric runtime. |
Method Details
registerStatefulServiceAsync
public static CompletableFuture registerStatefulServiceAsync(String serviceTypeName, Function
Registers a reliable stateful service with Service Fabric runtime.
Parameters:
Returns:
registerStatelessServiceAsync
public static CompletableFuture registerStatelessServiceAsync(String serviceTypeName, Function
Registers a reliable stateless service with Service Fabric runtime.
Parameters:
Returns:
Applies to
Azure SDK for Java