EventHubAdapterFactory.CreateCacheFactory メソッド

定義

オーバーロード

CreateCacheFactory(EventHubStreamCachePressureOptions)

IEventHubQueueCacheFactory を作成します。 既定では EventHubQueueCacheFactory が作成されます。 ユーザーはこの関数をオーバーライドして、IEventHubQueueCacheFactory の独自の実装と、IEventHubQueueCacheFactory のその他のカスタマイズ (可能な場合) を返すことができます。

CreateCacheFactory(EventHubStreamProviderSettings)

IEventHubQueueCacheFactory を作成します。 既定では EventHubQueueCacheFactory が作成されます。 ユーザーはこの関数をオーバーライドして、IEventHubQueueCacheFactory の独自の実装と、IEventHubQueueCacheFactory のその他のカスタマイズ (可能な場合) を返すことができます。

CreateCacheFactory(EventHubStreamCachePressureOptions)

ソース:
EventHubAdapterFactory.cs

IEventHubQueueCacheFactory を作成します。 既定では EventHubQueueCacheFactory が作成されます。 ユーザーはこの関数をオーバーライドして、IEventHubQueueCacheFactory の独自の実装と、IEventHubQueueCacheFactory のその他のカスタマイズ (可能な場合) を返すことができます。

protected virtual Orleans.ServiceBus.Providers.IEventHubQueueCacheFactory CreateCacheFactory (Orleans.Configuration.EventHubStreamCachePressureOptions eventHubCacheOptions);
abstract member CreateCacheFactory : Orleans.Configuration.EventHubStreamCachePressureOptions -> Orleans.ServiceBus.Providers.IEventHubQueueCacheFactory
override this.CreateCacheFactory : Orleans.Configuration.EventHubStreamCachePressureOptions -> Orleans.ServiceBus.Providers.IEventHubQueueCacheFactory
Protected Overridable Function CreateCacheFactory (eventHubCacheOptions As EventHubStreamCachePressureOptions) As IEventHubQueueCacheFactory

パラメーター

eventHubCacheOptions
EventHubStreamCachePressureOptions

戻り値

適用対象

CreateCacheFactory(EventHubStreamProviderSettings)

IEventHubQueueCacheFactory を作成します。 既定では EventHubQueueCacheFactory が作成されます。 ユーザーはこの関数をオーバーライドして、IEventHubQueueCacheFactory の独自の実装と、IEventHubQueueCacheFactory のその他のカスタマイズ (可能な場合) を返すことができます。

protected virtual Orleans.ServiceBus.Providers.IEventHubQueueCacheFactory CreateCacheFactory (Orleans.ServiceBus.Providers.EventHubStreamProviderSettings providerSettings);
abstract member CreateCacheFactory : Orleans.ServiceBus.Providers.EventHubStreamProviderSettings -> Orleans.ServiceBus.Providers.IEventHubQueueCacheFactory
override this.CreateCacheFactory : Orleans.ServiceBus.Providers.EventHubStreamProviderSettings -> Orleans.ServiceBus.Providers.IEventHubQueueCacheFactory
Protected Overridable Function CreateCacheFactory (providerSettings As EventHubStreamProviderSettings) As IEventHubQueueCacheFactory

パラメーター

戻り値

適用対象