Interface SmackInitializer

  • All Known Implementing Classes:
    UrlInitializer, VmArgInitializer

    public interface SmackInitializer
    Defines an initialization class that will be instantiated and invoked by the SmackConfiguration class during initialization.

    Any implementation of this class MUST have a default constructor.

    • Method Detail

      • initialize

        java.util.List<java.lang.Exception> initialize()