run method

void run (
  1. List<String> args
)
inherited

Runs the container by instantiating and running components inside the container.

It reads the container configuration, creates, configures, references and opens components. On process exit it closes, unreferences and destroys components to gracefully shutdown.

  • args command line arguments