Uses of Class
io.dapr.config.Properties
Packages that use Properties
Package
Description
-
Uses of Properties in io.dapr.actors.client
Constructors in io.dapr.actors.client with parameters of type PropertiesModifierConstructorDescriptionActorClient
(Properties overrideProperties) Instantiates a new channel for Dapr sidecar communication.ActorClient
(Properties overrideProperties, ResiliencyOptions resiliencyOptions) Instantiates a new channel for Dapr sidecar communication.ActorClient
(Properties overrideProperties, Map<String, String> metadata, ResiliencyOptions resiliencyOptions) Instantiates a new channel for Dapr sidecar communication. -
Uses of Properties in io.dapr.actors.runtime
Methods in io.dapr.actors.runtime with parameters of type PropertiesModifier and TypeMethodDescriptionstatic ActorRuntime
ActorRuntime.getInstance
(Properties properties) Returns an ActorRuntime object. -
Uses of Properties in io.dapr.client
Methods in io.dapr.client with parameters of type PropertiesModifier and TypeMethodDescriptionDaprHttpBuilder.build
(Properties properties) Build an instance of the Http client based on the provided setup. -
Uses of Properties in io.dapr.utils
Methods in io.dapr.utils with parameters of type PropertiesModifier and TypeMethodDescriptionstatic io.grpc.ManagedChannel
NetworkUtils.buildGrpcManagedChannel
(Properties properties, io.grpc.ClientInterceptor... interceptors) Creates a GRPC managed channel. -
Uses of Properties in io.dapr.workflows.client
Constructors in io.dapr.workflows.client with parameters of type PropertiesModifierConstructorDescriptionDaprWorkflowClient
(Properties properties) Public constructor for DaprWorkflowClient. -
Uses of Properties in io.dapr.workflows.runtime
Constructors in io.dapr.workflows.runtime with parameters of type PropertiesModifierConstructorDescriptionWorkflowRuntimeBuilder
(Properties properties) Constructs the WorkflowRuntimeBuilder.