package
0.0.0-20231022145047-12a776efdd94
Repository: https://github.com/ahmetson/handler-lib.git
Documentation: pkg.go.dev

# Functions

ByCategory returns handlers filtered by the category.
CanReply returns true if the given Handler has to reply back to the user.
CanTrigger returns true if the given Handler must not reply back to the user.
ExternalUrl creates url of the handler url for binding.
InstanceHandleUrl returns the url of the instance for handling the requests.
InstanceManagerEventUrl returns a socket that's used to update the instance manager status.
InstanceUrl returns the url of the instance for managing the instance itself.
InternalTriggerAble Converts the Handler to Trigger of the given type for internal use.
IsValid checks whether the given string is the valid or not.
ManagerUrl returns the handler manager socket.
NewHandler configuration of the HandlerType and category.
NewInternalHandler returns the configuration with the default parameters.
ParentUrl returns the url of the instance manager.
SocketType gets the ZMQ analog of the handler type.
TriggerAble Converts the Handler to Trigger of the given type.
UrlToFileName converts the given url to the file name.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
Close the handler.
Returns the handler configuration.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PublisherType handlers broadcast the message to all subscribers.
ReplierType handlers are the asynchronous ReplierType.
No description provided by the author
SyncReplierType handlers process a one request at a time.
No description provided by the author
Workers are receiving the messages but don't return any result to the caller.

# Structs

No description provided by the author
No description provided by the author

# Type aliases

HandlerType defines the available kind of handlers.