From 5699e80f18ccd5a5af141c5a220f43748dd5c06d Mon Sep 17 00:00:00 2001 From: Ben Klein Date: Tue, 13 Jun 2017 16:50:16 -0500 Subject: [PATCH] Delete djfklkj --- djfklkj | 50 -------------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 djfklkj diff --git a/djfklkj b/djfklkj deleted file mode 100644 index b51deee..0000000 --- a/djfklkj +++ /dev/null @@ -1,50 +0,0 @@ - -Three Axes of Extensibility - -1. Cloud Platform -2. Cloud Services -3. Framework Support - -Cloud Connector >> ServiceInfo >> ServiceConnectorCreator >> Service Connector - - -Cloud Service Extensibility: - -The ServiceInfo interface has a - -public String getId() - -The ServiceInfoCreator interface: - -public interface ServiceInfoCreator { - public boolean accept(SD serviceData); - public SI createServiceInfo(SD serviceData); -} - -Registering ServiceInfoCreators - -"Each Cloud Connector can choose any scheme it prefers" -Check slide 37 from "Simplify... with Spring Cloud" talk. - - - - - - - - - -== Extending Spring Cloud Connectors - -=== Adding Cloud Connectors - -=== Adding Service Discovery - -=== Adding Service Connectors - -=== Supporting New Service Types on Cloud Foundry - -=== Supporting New Service Types on Heroku - -=== Supporting New Service Types Locally -