@hashgraph/solo
    Preparing search index...
    interface BeanDefintionSupplier {
        token: symbol;
        register(container: DependencyContainer): void;
    }

    Implemented by

    Index

    Properties

    Methods

    Properties

    token: symbol

    The unique identifier for the bean.

    Methods

    • Injects the bean definition into the provided dependency container.

      Parameters

      • container: DependencyContainer

        The dependency container where the bean definition should be registered.

      Returns void