register abstract method

void register(
  1. PodRegistry registry,
  2. Environment env
)

Registers one or more pods into the JetLeaf pod registry.

  • registry is the central pod registry used to manage pod definitions and their lifecycle.
  • env gives access to the runtime environment so pods can be conditionally registered.

Implementation

void register(PodRegistry registry, Environment env);