25262728293031
@BeanDefinition public class ExampleLiveDataServerComponentFactory extends AbstractBloombergLiveDataServerComponentFactory { @Override protected LiveDataEntitlementChecker initEntitlementChecker(DistributionSpecificationResolver distSpecResolver) { return new PermissiveLiveDataEntitlementChecker(); }