Skip to content

ImplicitChannelSubscriptionAttribute Methods

The [Orleans.ImplicitStreamSubscription] attribute is used to mark grains as implicit stream subscriptions.

GetBindings(IServiceProvider, Type, GrainType)

View source
public IEnumerable<Dictionary<string, string>> GetBindings(IServiceProvider services, Type grainClass, GrainType grainType)
Gets bindings for the type this attribute is attached to.

Parameters

servicesIServiceProvider
The service provider.
grainClassType
The grain class.
grainTypeGrainType
The grain type.

Returns

The bindings for the specified grain.