Uses of Record Class
ai.mindconnect.common.Namespace
Packages that use Namespace
-
Uses of Namespace in ai.mindconnect.common
Fields in ai.mindconnect.common declared as NamespaceMethods in ai.mindconnect.common that return NamespaceModifier and TypeMethodDescriptionAuthenticationInfo.namespace()Returns the value of thenamespacerecord component.DomainEvent.namespace()Returns the value of thenamespacerecord component.Methods in ai.mindconnect.common with parameters of type NamespaceModifier and TypeMethodDescriptionstatic AuthenticationInfostatic AuthenticationInfostatic DomainEventDomainEvent.of(String channel, String type, String sourceService, String sourceRefId, Namespace namespace, Map<String, Object> payload) Constructors in ai.mindconnect.common with parameters of type NamespaceModifierConstructorDescriptionAuthenticationInfo(String userId, Namespace namespace, List<String> roles) Creates an instance of aAuthenticationInforecord class.DomainEvent(UUID id, String channel, String type, String sourceService, String sourceRefId, Namespace namespace, Map<String, Object> payload, Instant occurredAt) Creates an instance of aDomainEventrecord class.