Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAppFromEnvironmentConfig ¶
func NewAppFromEnvironmentConfig(service factory.ServiceFactory) (apps []factory.AppServerFactory)
NewAppFromEnvironmentConfig constructor
Construct server/worker for running application from environment value
## Server
USE_REST=[bool]
USE_GRPC=[bool]
USE_GRAPHQL=[bool]
## Worker
USE_KAFKA_CONSUMER=[bool] # event driven handler
USE_CRON_SCHEDULER=[bool] # static scheduler
USE_REDIS_SUBSCRIBER=[bool] # dynamic scheduler
USE_TASK_QUEUE_WORKER=[bool]
USE_POSTGRES_LISTENER_WORKER=[bool]
USE_RABBITMQ_CONSUMER=[bool] # event driven handler and dynamic scheduler
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.