# Functions
NewLocalACP creates an instance of LocalACP with the given options.
NewMsgSrever creates a message server for Embedded ACP.
WithInMemStore configures Embeded ACP to use a volatile in memory store.
WithLogger configures Embedded ACP's Logger.
WithMetrics configures the Metric collector for the Embedded ACP.
WithPersistentStorage configures Embedded ACP's persistent store file system location.
# Type aliases
Option specifies the Local ACP parameters during its construction.