Aspire.Hosting.Orleans
Official
📦 Aspire.Hosting.Orleansv13.4.016Functions
2Types
2 types and 0 members
Types
Functions
method
addOrleansAdds an Orleans service to the application.
addOrleans(name: string): OrleansServicemethod
asClientReturns a model of the clients of an Orleans service.
asClient(): OrleansServiceClientmethod
withBroadcastChannelAdds a broadcast channel provider to the Orleans service.
withBroadcastChannel(name: string): OrleansServicemethod
withClusterIdSets the ClusterId of the Orleans service.
withClusterId(clusterId: string): OrleansServicemethod
withClusteringConfigures the Orleans service to use the provided clustering provider.
withClustering(provider: IResourceWithConnectionString): OrleansServicemethod
withDevelopmentClusteringConfigures the Orleans service to use development-only clustering.
withDevelopmentClustering(): OrleansServicemethod
withGrainDirectoryAdds a grain directory provider to the Orleans service.
withGrainDirectory(name: string, provider: IResourceWithConnectionString): OrleansServicemethod
withGrainStorageAdds a grain storage provider to the Orleans service.
withGrainStorage(name: string, provider: IResourceWithConnectionString): OrleansServicemethod
withMemoryGrainStorageAdds an in-memory grain storage to the Orleans service.
withMemoryGrainStorage(name: string): OrleansServicemethod
withMemoryRemindersConfigures in-memory reminder storage for the Orleans service.
withMemoryReminders(): OrleansServicemethod
withMemoryStreamingAdds an in-memory stream provider to the Orleans service.
withMemoryStreaming(name: string): OrleansServicemethod
withOrleansClientReferencebuilderAdds an Orleans client to the resource.
withOrleansClientReference(orleansServiceClient: OrleansServiceClient): IResourceWithEnvironmentmethod
withOrleansReferencebuilderAdds Orleans to the resource.
withOrleansReference(orleansService: OrleansService): IResourceWithEnvironmentmethod
withRemindersConfigures reminder storage for the Orleans service.
withReminders(provider: IResourceWithConnectionString): OrleansServicemethod
withServiceIdSets the ServiceId of the Orleans service.
withServiceId(serviceId: string): OrleansServicemethod
withStreamingAdds a stream provider to the Orleans service.
withStreaming(name: string, provider: IResourceWithConnectionString): OrleansService