Skip to content

Commit b99e574

Browse files
tysonnorrismarkusthoemmes
authored andcommitted
SPI approach for pluggable implementations. (#2414)
Adds the ability to add pluggable implementations for defined Service Provider Interfaces (SPI). The implementation to load is chosen via configuration. First set of plug-points are: - ArtifactStoreProvider - MessagingProvider
1 parent a3fe94e commit b99e574

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
whisk.spi {
3+
DependentSpi = whisk.spi.DepSpiImpl
4+
TestSpi = whisk.spi.TestSpiImpl
5+
SimpleSpi = whisk.spi.SimpleSpiImpl
6+
MissingSpi = whisk.spi.MissingImpl
7+
MissingModule = missing.module
8+
}

0 commit comments

Comments
 (0)