Billing.Payments.PaymentAccepted.EndpointConfig.Init C# (CSharp) Méthode

Init() public méthode

public Init ( ) : void
Résultat void
        public void Init()
        {
            Configure.With()
                     .DefiningCommandsAs(t => t.Namespace != null && t.Namespace.Contains("Commands"))
                     .DefiningEventsAs(t => t.Namespace != null && t.Namespace.Contains("Events"));
        }
    }
EndpointConfig