Click or drag to resize

InjectionStrategyClassNewInstanceBuilderConsumer Property

Returns the builder consumer, a consumer that the strategy invokes when it is ready to build the code

Namespace:  com.espertech.esper.common.client.hook.forgeinject
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public Consumer<SAIFFInitializeBuilder> BuilderConsumer { get; set; }

Property Value

Type: ConsumerSAIFFInitializeBuilder
builder consumer
See Also